All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.acl.AllPermissionsImpl

java.lang.Object
   |
   +----sun.security.acl.PermissionImpl
           |
           +----sun.security.acl.AllPermissionsImpl

public class AllPermissionsImpl
extends PermissionImpl
This class implements the principal interface for the set of all permissions.


Constructor Index

 o AllPermissionsImpl(String)

Method Index

 o equals(Permission)
This function returns true if the permission passed matches the permission represented in this interface.

Constructors

 o AllPermissionsImpl
 public AllPermissionsImpl(String s)

Methods

 o equals
 public boolean equals(Permission another)
This function returns true if the permission passed matches the permission represented in this interface.

Parameters:
another - The Permission object to compare with.
Returns:
s true always

All Packages  Class Hierarchy  This Package  Previous  Next  Index